body{
    background-color: white;
}

.container-ml{
    background-color: white;
    font-family: 'Roboto';
    padding-top: 15px;
    display: flex;
    justify-content: center;
}

.wrapper-ml{
    width: 60%;
    max-width: 1150px;
}

.ml-bloc h2{
    font-weight: 400;
}

.ml-bloc p{
    color: grey;
}

.ml-bloc{
    margin: 40px 0px;
}

#title{
    margin-top: 0px;
    font-weight: 400;
}

@media (max-width: 1400px) {
.container-img-offre img{
    width: 90%;
}

}


@media (max-width: 600px) {
    .wrapper-ml{
        width: 80%;
    }
}